cargo.git
2015-09-21 Alex CrichtonTouch up some style and comments in resolution
2015-09-21 Alex CrichtonAvoid a to_vec in the resolver
2015-09-21 Alex CrichtonDon't use an 8MB stack any more
2015-09-21 Alex CrichtonMerge branch 'non-recursive-activate' of https://github...
2015-09-20 borsAuto merge of #1992 - carols10cents:cleanup, r=alexcrichton
2015-09-20 Carol (Nichols... Fixing typos and grammar in comments
2015-09-20 Carol (Nichols... Remove unnecessary PathSource update in cargo test
2015-09-20 Carol (Nichols... Move test to a more appropriate location
2015-09-20 Carol (Nichols... Remove unneeded commented-out code
2015-09-17 Jeffrey YasskinMake Dependency cheap to copy by having it store a...
2015-09-16 borsAuto merge of #1988 - alexcrichton:bump, r=brson
2015-09-16 Alex CrichtonBump to 0.6.0
2015-09-14 borsAuto merge of #1986 - mneumann:dragonfly-snapshot,...
2015-09-13 Michael NeumannAdd snapshot for DragonFly
2015-09-13 borsAuto merge of #1949 - nicokoch:fix-1904, r=alexcrichton
2015-09-12 Nicolas KochVarious small changes to cargo_test and friends.
2015-09-10 Nicolas KochRestructure cargo_test code and introduce CargoTestError
2015-09-09 borsAuto merge of #1981 - alexcrichton:git-stamp-if-dead...
2015-09-09 Alex CrichtonUse a stamp file to protect against corrupt checkouts
2015-09-09 Jeffrey YasskinFix another round of comments.
2015-09-09 borsAuto merge of #1975 - alexcrichton:dont-capture-rustdoc...
2015-09-08 borsAuto merge of #1972 - alexcrichton:update-curl, r=brson
2015-09-08 Alex CrichtonDon't capture rustdoc output for transitive deps
2015-09-08 borsAuto merge of #1974 - alexcrichton:dont-document-build...
2015-09-08 Alex CrichtonDon't document build dependencies
2015-09-08 borsAuto merge of #1973 - alexcrichton:cargo-doc-release...
2015-09-08 Alex CrichtonAdd --release flag to `cargo doc`
2015-09-08 borsAuto merge of #1969 - carols10cents:really-use-git...
2015-09-08 Alex CrichtonUpdate curl bindings
2015-09-06 Carol (Nichols... If --vcs flag specified, use vcs even if under an exist...
2015-09-05 Jeffrey YasskinRound 2 of review:
2015-09-04 borsAuto merge of #1966 - alexcrichton:fix-doc-again, r...
2015-09-04 Alex CrichtonFix documenting target-specific dependencies for real
2015-09-03 borsAuto merge of #1961 - alexcrichton:fix-doc-target-speci...
2015-09-03 borsAuto merge of #1964 - steveklabnik:doc_fix, r=alexcrichton
2015-09-03 Steve KlabnikFix syntax in build-script
2015-09-02 borsAuto merge of #1963 - Frederick888:master, r=alexcrichton
2015-09-02 Frederick Zhangavoid warning when cargo not found
2015-09-01 borsAuto merge of #1959 - lucab:lucab/skip-dotdir, r=alexcr...
2015-09-01 Alex CrichtonOnly document platform-relevant dependencies
2015-09-01 Luca Brunopath: do not recurse into hidden/dot directories
2015-09-01 Jeffrey YasskinReset `parent`, `cur`, and `dep` when backtracking.
2015-09-01 Jeffrey YasskinFix @alexcrichton's comments.
2015-09-01 Jeffrey YasskinMerge past #1939.
2015-09-01 borsAuto merge of #1960 - alexcrichton:build-static, r...
2015-09-01 Alex CrichtonDon't link build scripts dynamically
2015-09-01 borsAuto merge of #1939 - impl:resolve-deps-with-host-tripl...
2015-09-01 borsAuto merge of #1955 - carols10cents:even-more-manifest...
2015-09-01 Carol (Nichols... Use find_root_manifest_for_cwd for now-duped code in...
2015-09-01 Carol (Nichols... Give better error messages for invalid manifest-paths
2015-09-01 Carol (Nichols... Add tests for different kinds of invalid manifest paths
2015-09-01 Carol (Nichols... Make verify-project able to verify the current working...
2015-09-01 Carol (Nichols... Add tests for different arguments given to verify-project
2015-09-01 Carol (Nichols... Make read-manifest accept consistent manifest-path...
2015-09-01 Carol (Nichols... Add tests for different arguments given to read-manifest
2015-08-31 Noah FontesFix platform-specific dependency resolution for custom...
2015-08-31 Nicolas KochMake ::can_panic() return true on x86_64-pc-windows...
2015-08-31 Nicolas KochUse internal error instead of ProcessError when multipl...
2015-08-29 borsAuto merge of #1943 - mseri:patch-1, r=alexcrichton
2015-08-29 mseriFix for test on windows
2015-08-29 mseriAdded test for issue #1942
2015-08-28 borsAuto merge of #1931 - thirtythreeforty:printinfo, r...
2015-08-28 mseriImproved fix for the issue #1942
2015-08-28 George HilliardPrint information about updated packages on cargo update
2015-08-28 Nicolas KochReformat lines with more than 100 characters
2015-08-28 Nicolas KochAdd test for --no-fail-fast
2015-08-28 Nicolas KochCleaner implementation for --no-fail-fast.
2015-08-28 Nicolas KochImplement --no-fail-fast flag for cargo test.
2015-08-27 borsAuto merge of #1950 - mbrubeck:cargo_profile, r=alexcri...
2015-08-27 Matt BrubeckFix docs for the CARGO_PROFILE variable
2015-08-26 borsAuto merge of #1945 - Frederick888:master, r=alexcrichton
2015-08-26 Frederick Zhangcheck and get dir by $PWD for Windows builds under...
2015-08-26 Frederick Zhangavoid wrong invoking from non-project directory
2015-08-26 Frederick Zhangadd forgotten local declarations
2015-08-26 Frederick Zhangbash completion for targets
2015-08-26 mseriFix for issue #1942 'cargo run fails if called from...
2015-08-26 Jeffrey YasskinAllow inlining and fix up comments.
2015-08-26 Jeffrey YasskinClean up.
2015-08-26 Jeffrey YasskinEliminate recursion!
2015-08-26 Jeffrey YasskinExtract the sibling activation function.
2015-08-26 Jeffrey YasskinMove all recursion to activate_deps.
2015-08-26 Jeffrey YasskinRemove an unnecessary lifetime parameter.
2015-08-26 Jeffrey YasskinMake activation_error always return an error.
2015-08-26 Jeffrey YasskinAdd some type annotations to make it easier to read...
2015-08-25 borsAuto merge of #1940 - steveklabnik:whoops, r=huonw
2015-08-25 Steve KlabnikClose some tags.
2015-08-25 borsAuto merge of #1936 - steveklabnik:gh1870, r=alexcrichton
2015-08-25 borsAuto merge of #1934 - steveklabnik:gh1930, r=alexcrichton
2015-08-25 borsAuto merge of #1935 - steveklabnik:gh1898, r=alexcrichton
2015-08-25 borsAuto merge of #1938 - blaenk:environment-variables...
2015-08-25 Jorge Israel... make sure that environment-variables page is built
2015-08-25 Steve KlabnikUpdate guide to use crates.io dependencies
2015-08-25 Steve KlabnikAdd a note to the FAQ about * for library dependencies
2015-08-25 Steve KlabnikMake note about small divergance from SemVer
2015-08-25 borsAuto merge of #1845 - steveklabnik:env_vars, r=alexcrichton
2015-08-25 Steve KlabnikConsolidate and document environment variables
2015-08-25 borsAuto merge of #1932 - steveklabnik:gh1767, r=alexcrichton
2015-08-25 borsAuto merge of #1933 - steveklabnik:gh1855, r=alexcrichton
2015-08-25 Steve KlabnikClarify -- in cargo run help
2015-08-25 Steve KlabnikClarfiy that --{test,bench} select targets
next